records

records

Active filters Clear all

No active filters

Filters

Length of Stay

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Establishment Classification
               

No description available for this field.

Name (identifier)
establishment_classification
Type
text
Sample
                       
LengthofStay
               

No description available for this field.

Name (identifier)
lengthofstay
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"length-of-stay",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/length-of-stay"
      }
    ]
    ,
  • "definitions":
    {
    • "length-of-stay":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/length-of-stay_records"
            }
          }
        }
      }
      ,
    • "length-of-stay_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "establishment_classification":
              {
              • "type":"string",
              • "title":"Establishment Classification",
              • "description":""
              }
              ,
            • "lengthofstay":
              {
              • "type":"number",
              • "title":"LengthofStay",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets